home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 201-220 / scopedisk208 / portlist / portlist.doc < prev    next >
Text File  |  1995-03-19  |  2KB  |  58 lines

  1. Portlist, The easy way to find that port!                     
  2.     © 1991  Arnie Cachelin, Hyperactive Intermedia
  3.  
  4. Portlist is in the public domain, do with it what you will.
  5.  
  6. Portlist simply displays the names of all currently open message 
  7. ports.  It may be hard to remember the exact, case-sensitive name of 
  8. every program's Arexx message port, so this little utility is quite 
  9. handy if you do much Arexx programming.  It requires the gadtools 
  10. library, and thus runs only under AmigaDOS 2.x.   To run Portlist, 
  11. double-click on it, or type 'Portlist' from the Shell. Portlist 
  12. automagically detaches itself from the CLI so there is no point in 
  13. using 'run portlist'.  Click on the refresh button to update the 
  14. display.  Click the close gadget in the upper-left corner to exit 
  15. Portlist.
  16.  
  17. C Programmers:   I have included the source code, which is little more 
  18. than a LISTVIEW type gadget example.  It uses the gadtools.library to 
  19. create a couple basic gadgets then scrounges a ready-made list from 
  20. the execbase.  I confess this was just an exercise, but I kept using 
  21. the version which listed the port names (see portlist.c for other 
  22. possible execbase lists).  Why not let everyone else use it too!  I 
  23. hope you find it useful, either as a quick intro to gadtools, or an 
  24. Arexx assistant.  If you happen to write code with an arexx port, 
  25. please make it all UPPER CASE, since arexx will make an un-quoted 
  26. portname all uppercase then expect to find it that way.
  27.  
  28. Arexx Programmers:   This program can be quite handy for finding those 
  29. pesky portnames, but remember not every message port will be happy to 
  30. receive Arexx messages, so use some CAUTION WHEN ADDRESSING A STRANGE 
  31. PORT.
  32.  
  33. SPECIAL BONUS!!!
  34.  
  35.     Also included is the All-New ShowLists, a version of PortList 
  36. which cycles through all the system lists.  To make it refresh the 
  37. current list, simply click on the window. 
  38.  
  39.  
  40.  
  41.  Have Fun!
  42.  
  43. Please send suggestions, bug reports, updates, jobs, candygrams, etc. 
  44. to:
  45.  
  46.  
  47.  
  48. Arnie Cachelin
  49.  
  50. HyperActive InterMedia
  51.  
  52. 1743 Hayes St.
  53.  
  54. San Francisco, CA 94117
  55.  
  56.  
  57.  
  58.